From c4f6cea111cd93ed3af4eef23ef27672545f6c56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 5 Jul 2017 14:13:41 +0200 Subject: [PATCH] fix a few documentation problems --- docs/reference/gdk/gdk4-sections.txt | 3 --- docs/reference/gtk/gtk4-sections.txt | 13 ++++++------- gtk/gtkcheckmenuitem.h | 2 +- gtk/gtkspinbutton.c | 1 + gtk/gtkwidget.h | 2 -- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index 2f60092613..95c4818706 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -4,9 +4,6 @@
General general -gdk_init -gdk_init_check -gdk_parse_args gdk_get_display_arg_name gdk_notify_startup_complete gdk_notify_startup_complete_with_id diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 6417f7ad6e..f9ba6ef3fe 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -37,6 +37,8 @@ gtk_about_dialog_get_logo gtk_about_dialog_set_logo gtk_about_dialog_get_logo_icon_name gtk_about_dialog_set_logo_icon_name +gtk_about_dialog_get_system_information +gtk_about_dialog_set_system_information gtk_about_dialog_add_credit_section gtk_show_about_dialog @@ -363,6 +365,8 @@ GTK_CENTER_BOX_CLASS GTK_IS_CENTER_BOX GTK_IS_CENTER_BOX_CLASS GTK_CENTER_BOX_GET_CLASS + +gtk_center_box_get_type
@@ -795,7 +799,6 @@ gtk_dialog_set_default_response gtk_dialog_set_response_sensitive gtk_dialog_get_response_for_widget gtk_dialog_get_widget_for_response -gtk_dialog_get_action_area gtk_dialog_get_content_area gtk_dialog_get_header_bar @@ -1551,7 +1554,6 @@ GtkImageGIconData GtkIMContext GtkIMContextClass GtkIMContextInfo -gtk_im_context_set_client_window gtk_im_context_get_preedit_string gtk_im_context_filter_keypress gtk_im_context_focus_in @@ -4472,7 +4474,6 @@ gtk_volume_button_get_type GtkSnapshot GtkSnapshot gtk_snapshot_push -gtk_snapshot_push_node gtk_snapshot_push_transform gtk_snapshot_push_opacity gtk_snapshot_push_color_matrix @@ -4482,8 +4483,6 @@ gtk_snapshot_push_rounded_clip gtk_snapshot_push_cross_fade gtk_snapshot_push_blend gtk_snapshot_pop -gtk_snapshot_set_transform -gtk_snapshot_transform gtk_snapshot_offset gtk_snapshot_get_offset gtk_snapshot_append_node @@ -4895,10 +4894,8 @@ gtk_window_group_get_type gtk_disable_setlocale gtk_get_default_language gtk_get_locale_direction -gtk_parse_args gtk_init gtk_init_check -gtk_get_option_group gtk_events_pending gtk_main gtk_main_level @@ -4930,6 +4927,8 @@ gtk_get_current_event_time gtk_get_current_event_state gtk_get_current_event_device gtk_get_event_widget +gtk_get_event_target +gtk_get_event_target_with_type gtk_propagate_event diff --git a/gtk/gtkcheckmenuitem.h b/gtk/gtkcheckmenuitem.h index 8e21004aaf..e31973ce76 100644 --- a/gtk/gtkcheckmenuitem.h +++ b/gtk/gtkcheckmenuitem.h @@ -59,7 +59,7 @@ struct _GtkCheckMenuItem * GtkCheckMenuItemClass: * @parent_class: The parent class. * @toggled: Signal emitted when the state of the check box is changed. - * @draw_indicator: Called to draw the check indicator. + * @snapshot_indicator: Called to draw the check indicator. */ struct _GtkCheckMenuItemClass { diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 9034ecabc2..d1eaef20c7 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -2292,6 +2292,7 @@ gtk_spin_button_get_text (GtkSpinButton *spin_button) /** * gtk_spin_button_set_text: * @spin_button: a #GtkSpinButton + * @text: The text to set * * Sets the current text of the spinbutton. Note that setting this will not change * the value of the adjustment @spin_button. diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 48555abc3a..536a19c990 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -278,8 +278,6 @@ struct _GtkWidget * @touch_event: * @queue_draw_region: Invalidates the area of widget defined by * region. - * @queue_draw_child: Child wants to be redrawn. The region given is in - * the child's coordinate system. * @snapshot: Signal emitted when a widget is supposed to create a snapshot * of itself. */ -- 2.30.2